home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 16
/
CU Amiga Magazine's Super CD-ROM 16 (1997-10-16)(EMAP Images)(GB)[!][issue 1997-11].iso
/
CUCD
/
Graphics
/
PicManager
/
Rexx1
/
WinView_gray.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1995-07-20
|
398b
|
19 lines
/*
** Starts WindowView - auto sized GRAY
** ------------------------------------
**
** PMPro will change -PicManFile- to the filename of the picture
**
** Example: PMPro generates following Line:
**
** "run PIC_MANAGER:Tools/WindowView" """RAM:Dummy 1.iff""" "-sauto"
**
** (c) 1995 by J. Schaefer
*/
ADDRESS COMMAND
"run PIC_MANAGER:Tools/WinView" ""PicManFile"" "-sauto -dgray -mamiga"
EXIT